<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title></title>
		<meta name="keywords" content="">
		<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
		<!--<meta name="apple-mobile-web-app-capable" content="yes">
		<meta name="apple-mobile-web-app-status-bar-style" content="black">-->
		<!--分享使用-->
		<meta itemprop="name" content="" />
		<meta itemprop="description" name="description" content="" />
		<meta itemprop="image" content="img_url" />
		<meta name="format-detection" content="telephone=no" />
		<style>
			body { word-wrap: break-word; font-size: 14px; color: #000; line-height: 1.5; font-family: Helvetica; margin: 0; }
			html, body { height: 100%; }
			.bg{ width: 100%; height: 100%; background: url(404.jpg) no-repeat center; background-size:auto; }
			.btn1{width: 210px;height: 60px;line-height:60px;font-size: 18px; color: #FFFFFF;text-align: center;cursor: pointer;background-color: #477aed;    border: 0; top: 70%; position: relative; display: block; margin: 0 auto;}
			.btn1:hover{box-shadow: 0 5px 10px rgba(71,122,237,0.4);}
		</style>
	</head>
	<body>
		<div class="bg">
			<button onclick="location.href='/'" class="btn1">不妨看看首页</button>
		</div>
	</body>
</html>